home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 3
/
Amiga Tools 3.iso
/
grafik
/
raytracing
/
dust
/
dusthelp2
/
interpolatedata
< prev
next >
Wrap
Text File
|
1995-08-20
|
707b
|
15 lines
COMMAND INTERPOLATEDATA
-----------------------------------------------------------------
Purpose: read in data-points from a file, interpolate
the data using splines specified by the global
parameters SPLINETYPE, SPLINEENDS and SPLINESUBDIV
and save it
Usage: INTERPOLATEDATA([<src-filename>],[<dest-filename>])
Examples: interpolatedata()
interpolatedata(in)
interpolatedata(in,out)
Notes: 1. You can use this command to get an overview about the
different Dust-Splines (use gnuplot)
2. The data-file must have at least one column of data,
all columns will be interpolated